emacs.git
18 years ago(normal-splash-screen): Add more links.
Juri Linkov [Sun, 19 Aug 2007 16:04:45 +0000 (16:04 +0000)]
(normal-splash-screen): Add more links.

18 years ago*** empty log message ***
Juri Linkov [Sun, 19 Aug 2007 14:43:35 +0000 (14:43 +0000)]
*** empty log message ***

18 years ago(splash-screen-keymap): Rename from `fancy-splash-keymap'
Juri Linkov [Sun, 19 Aug 2007 14:43:25 +0000 (14:43 +0000)]
(splash-screen-keymap): Rename from `fancy-splash-keymap'
because it's common to both types of splash screen: fancy and normal.
Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
(exit-splash-screen): Rename from `fancy-splash-quit'.
Use `quit-window' instead of `kill-buffer'.
(fancy-splash-head): Use make-button to insert GNU image link.
(fancy-splash-screens, normal-splash-screen): Rename " About GNU
Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
(normal-splash-screen): Put "Browse manuals" on the same line with
"Emacs manual".  Remove descriptions from "Useful tasks" and put
all links in two columns on two lines.

18 years ago2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sun, 19 Aug 2007 13:47:08 +0000 (13:47 +0000)]
2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper.el (viper-remove-hooks): remove some additional viper hooks
when the user calls viper-go-away.
(viper-go-away): restore the default of default-major-mode.
Save the value of default-major-mode before vaperization.

* viper-cmd.el: Replace error "" with "Viper bell".

* viper-ex.el: Replace error "" with "Viper bell".

* ediff-util.el (ediff-make-temp-file): use the coding system of the
buffer for which file is created.

18 years ago*** empty log message ***
Glenn Morris [Sun, 19 Aug 2007 03:05:35 +0000 (03:05 +0000)]
*** empty log message ***

18 years ago(eldoc-get-fnsym-args-string): Doc fix.
Glenn Morris [Sun, 19 Aug 2007 03:04:13 +0000 (03:04 +0000)]
(eldoc-get-fnsym-args-string): Doc fix.
(eldoc-highlight-function-argument): Add a doc string.  Tweak previous
change: no need for INDEX to be optional, just need to handle nil.

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 19 Aug 2007 01:59:48 +0000 (01:59 +0000)]
*** empty log message ***

18 years ago(Ffunction, Fquote): Signal error if not 1 argument.
Richard M. Stallman [Sun, 19 Aug 2007 01:56:15 +0000 (01:56 +0000)]
(Ffunction, Fquote): Signal error if not 1 argument.

18 years ago*** empty log message ***
Glenn Morris [Sun, 19 Aug 2007 00:24:21 +0000 (00:24 +0000)]
*** empty log message ***

18 years ago(custom-deps, finder-data, autoloads, recompile)
Glenn Morris [Sun, 19 Aug 2007 00:24:09 +0000 (00:24 +0000)]
(custom-deps, finder-data, autoloads, recompile)
(progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather than
$(EMACS), so that EMACSLOADPATH is set.  Prevents any system shadow
files messing up the compilation.

18 years ago*** empty log message ***
Andreas Schwab [Sun, 19 Aug 2007 00:15:46 +0000 (00:15 +0000)]
*** empty log message ***

18 years ago(pure): Round PURESIZE up.
Andreas Schwab [Sun, 19 Aug 2007 00:15:26 +0000 (00:15 +0000)]
(pure): Round PURESIZE up.

18 years ago(scheme-mode-variables): Set font-lock-comment-start-skip.
Glenn Morris [Sat, 18 Aug 2007 23:44:32 +0000 (23:44 +0000)]
(scheme-mode-variables): Set font-lock-comment-start-skip.

18 years ago*** empty log message ***
Glenn Morris [Sat, 18 Aug 2007 23:44:21 +0000 (23:44 +0000)]
*** empty log message ***

18 years ago(eldoc-get-fnsym-args-string): Convert
Glenn Morris [Sat, 18 Aug 2007 23:43:44 +0000 (23:43 +0000)]
(eldoc-get-fnsym-args-string): Convert
comment to basic doc string.  Also apply eldoc-argument-case in
the help-split-fundoc case.  Adapt for changed behavior of
eldoc-function-argstring, eldoc-function-argstring-format, and
eldoc-highlight-function-argument.
(eldoc-highlight-function-argument): Make INDEX argument
optional, just call eldoc-docstring-format-sym-doc if absent.
(eldoc-function-argstring): Change the behavior.  Now it converts
an argument list to a string.
(eldoc-function-argstring-format): Change the behavior.  Now it
applies `eldoc-argument-case' to a string.

18 years ago*** empty log message ***
Glenn Morris [Sat, 18 Aug 2007 23:43:32 +0000 (23:43 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Martin Rudalics [Sat, 18 Aug 2007 08:38:05 +0000 (08:38 +0000)]
*** empty log message ***

18 years ago(ada-create-syntax-table): Move
Martin Rudalics [Sat, 18 Aug 2007 08:37:41 +0000 (08:37 +0000)]
(ada-create-syntax-table): Move
set-syntax-table from here to ...
(ada-mode): ... here.  Do not change global value of
comment-multi-line.  Call new function
ada-initialize-syntax-table-properties and add new function
ada-handle-syntax-table-properties to font-lock-mode-hook.
(ada-deactivate-properties, ada-initialize-properties): Replace
by new functions ...
(ada-handle-syntax-table-properties)
(ada-initialize-syntax-table-properties)
(ada-set-syntax-table-properties): ... to set up syntax-table
properties uniformly, independently from whether font-lock-mode
is enabled or not.  Handle read-only buffers and do not change
undo-list when setting syntax-table properties.
(ada-after-change-function): Use ada-set-syntax-table-properties.

18 years agoFix typo.
Michaël Cadilhac [Fri, 17 Aug 2007 22:54:34 +0000 (22:54 +0000)]
Fix typo.

18 years ago*** empty log message ***
Michaël Cadilhac [Fri, 17 Aug 2007 22:51:24 +0000 (22:51 +0000)]
*** empty log message ***

18 years ago(meta-indent-calculate-last): Remove.
Michaël Cadilhac [Fri, 17 Aug 2007 22:51:12 +0000 (22:51 +0000)]
(meta-indent-calculate-last): Remove.
(meta-indent-current-nesting): Use a computation of the nesting instead.
(meta-indent-current-indentation): Indentation is given according to
nesting and if the previous line was finished or not.
(meta-indent-unfinished-line): Tell if the current line ends with a
finished expression.
(meta-indent-looking-at-code): Like `looking-at', but checks if the
point is a string before.
(meta-indent-level-count): Use it.  Don't count parenthesis as it's
done in the nesting function.
(meta-indent-in-string-p): Tell if the current point is in a string.
(meta-indent-calculate): Treat b-o-b as a special case.  Use the
previous functions.

18 years ago(copyright-limit): Fix sense typo in defsubst.
Thien-Thi Nguyen [Fri, 17 Aug 2007 22:18:54 +0000 (22:18 +0000)]
(copyright-limit): Fix sense typo in defsubst.

18 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 17 Aug 2007 22:06:50 +0000 (22:06 +0000)]
*** empty log message ***

18 years ago(copyright-limit): New defsubst.
Thien-Thi Nguyen [Fri, 17 Aug 2007 22:05:52 +0000 (22:05 +0000)]
(copyright-limit): New defsubst.
(copyright-update-year, copyright-update)
(copyright-fix-years): Use it.

18 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 17 Aug 2007 21:56:02 +0000 (21:56 +0000)]
*** empty log message ***

18 years ago(copyright-update-year): Fix bug: Handle nil copyright-limit.
Thien-Thi Nguyen [Fri, 17 Aug 2007 21:54:41 +0000 (21:54 +0000)]
(copyright-update-year): Fix bug: Handle nil copyright-limit.

18 years ago*** empty log message ***
Jay Belanger [Fri, 17 Aug 2007 20:27:01 +0000 (20:27 +0000)]
*** empty log message ***

18 years ago(math-approx-ln-10, math-approx-ln-2): Remove `eval-when-compile's.
Jay Belanger [Fri, 17 Aug 2007 20:20:29 +0000 (20:20 +0000)]
(math-approx-ln-10, math-approx-ln-2): Remove `eval-when-compile's.

18 years ago(math-besJ0, math-besJ1, math-besY0, math-besY1)
Jay Belanger [Fri, 17 Aug 2007 20:20:03 +0000 (20:20 +0000)]
(math-besJ0, math-besJ1, math-besY0, math-besY1)
(math-bernoulli-b-cache): Remove `eval-when-compile's.

18 years ago(math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
Jay Belanger [Fri, 17 Aug 2007 20:19:36 +0000 (20:19 +0000)]
(math-approx-pi,math-approx-sqrt-e,math-approx-gamma-const):
Remove `eval-when-compile's.

18 years ago(math-small-factorial-table): Remove `eval-when-compile's.
Jay Belanger [Fri, 17 Aug 2007 20:19:11 +0000 (20:19 +0000)]
(math-small-factorial-table): Remove `eval-when-compile's.

18 years ago(math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
Jay Belanger [Fri, 17 Aug 2007 20:18:45 +0000 (20:18 +0000)]
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
Remove `eval-when-compile's.

18 years ago(math-bignum-digit-length): Compute the appropriate value.
Jay Belanger [Fri, 17 Aug 2007 20:18:16 +0000 (20:18 +0000)]
(math-bignum-digit-length): Compute the appropriate value.

18 years ago*** empty log message ***
Jay Belanger [Fri, 17 Aug 2007 19:57:14 +0000 (19:57 +0000)]
*** empty log message ***

18 years ago(math-standard-units): Give exact conversion for tsp.
Jay Belanger [Fri, 17 Aug 2007 19:55:46 +0000 (19:55 +0000)]
(math-standard-units): Give exact conversion for tsp.

18 years ago*** empty log message ***
Michaël Cadilhac [Fri, 17 Aug 2007 19:38:58 +0000 (19:38 +0000)]
*** empty log message ***

18 years ago(report-emacs-bug): Make MS-DOS a special case (there's no build number).
Michaël Cadilhac [Fri, 17 Aug 2007 19:38:38 +0000 (19:38 +0000)]
(report-emacs-bug): Make MS-DOS a special case (there's no build number).

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 17 Aug 2007 19:27:49 +0000 (19:27 +0000)]
*** empty log message ***

18 years ago(Position Info): Add index entry for face at point.
Eli Zaretskii [Fri, 17 Aug 2007 19:27:23 +0000 (19:27 +0000)]
(Position Info): Add index entry for face at point.
Mention that character faces are also displayed by "C-u C-x =".

18 years agoFix s{a}{b} parsing
Vinicius Jose Latorre [Fri, 17 Aug 2007 18:57:47 +0000 (18:57 +0000)]
Fix s{a}{b} parsing

18 years ago*** empty log message ***
Michaël Cadilhac [Fri, 17 Aug 2007 10:10:11 +0000 (10:10 +0000)]
*** empty log message ***

18 years ago(report-emacs-bug): Remove the last number of `emacs-version', use the
Michaël Cadilhac [Fri, 17 Aug 2007 10:10:00 +0000 (10:10 +0000)]
(report-emacs-bug): Remove the last number of `emacs-version', use the
topic prefix ``version; ''.

18 years ago*** empty log message ***
Jan Djärv [Fri, 17 Aug 2007 07:55:25 +0000 (07:55 +0000)]
*** empty log message ***

18 years ago(handle_one_xevent): Remove check that mouse click is in
Jan Djärv [Fri, 17 Aug 2007 07:55:10 +0000 (07:55 +0000)]
(handle_one_xevent): Remove check that mouse click is in
active frame.

18 years ago*** empty log message ***
Glenn Morris [Fri, 17 Aug 2007 07:31:52 +0000 (07:31 +0000)]
*** empty log message ***

18 years agoT. V. Raman <raman at users.sf.net> (tiny change)
Glenn Morris [Fri, 17 Aug 2007 07:31:44 +0000 (07:31 +0000)]
T. V. Raman  <raman at users.sf.net>  (tiny change)

(symbol-under-point, symbol-before-point)
(symbol-before-point-for-complete): Use buffer-substring-no-properties.

18 years agoDelete all bugs - see the copy on the release branch.
Glenn Morris [Fri, 17 Aug 2007 07:18:47 +0000 (07:18 +0000)]
Delete all bugs - see the copy on the release branch.

18 years ago*** empty log message ***
Glenn Morris [Fri, 17 Aug 2007 07:17:45 +0000 (07:17 +0000)]
*** empty log message ***

18 years ago(compilation-get-file-structure): Make use of the directory part when
Glenn Morris [Fri, 17 Aug 2007 07:17:13 +0000 (07:17 +0000)]
(compilation-get-file-structure): Make use of the directory part when
checking for an existing entry, to handle files with same basename in
different directories.

18 years agoWhitespace fix.
Richard M. Stallman [Fri, 17 Aug 2007 04:30:09 +0000 (04:30 +0000)]
Whitespace fix.

18 years ago*** empty log message ***
Jay Belanger [Fri, 17 Aug 2007 03:57:06 +0000 (03:57 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jay Belanger [Fri, 17 Aug 2007 03:56:41 +0000 (03:56 +0000)]
*** empty log message ***

18 years ago(calc-language-alist): Add texinfo-mode.
Jay Belanger [Fri, 17 Aug 2007 03:54:13 +0000 (03:54 +0000)]
(calc-language-alist): Add texinfo-mode.

18 years agoMove contents to beginning of file.
Jay Belanger [Fri, 17 Aug 2007 03:53:38 +0000 (03:53 +0000)]
Move contents to beginning of file.
Algebraic Entry: Fix the formatting of an example.

18 years agoDocstring fix
Vinicius Jose Latorre [Fri, 17 Aug 2007 01:44:02 +0000 (01:44 +0000)]
Docstring fix

18 years agoDocstring fix
Vinicius Jose Latorre [Thu, 16 Aug 2007 22:27:35 +0000 (22:27 +0000)]
Docstring fix

18 years ago*** empty log message ***
Stefan Monnier [Thu, 16 Aug 2007 20:46:34 +0000 (20:46 +0000)]
*** empty log message ***

18 years ago(ps-font-size): Doc fix.
Glenn Morris [Thu, 16 Aug 2007 03:18:21 +0000 (03:18 +0000)]
(ps-font-size): Doc fix.

18 years ago*** empty log message ***
Glenn Morris [Thu, 16 Aug 2007 03:18:08 +0000 (03:18 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Glenn Morris [Thu, 16 Aug 2007 03:15:35 +0000 (03:15 +0000)]
*** empty log message ***

18 years agoTweak previous change (don't init statics).
Glenn Morris [Thu, 16 Aug 2007 03:15:08 +0000 (03:15 +0000)]
Tweak previous change (don't init statics).

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 16 Aug 2007 02:26:14 +0000 (02:26 +0000)]
*** empty log message ***

18 years ago(copyright-names-regexp): Add custom group.
Richard M. Stallman [Thu, 16 Aug 2007 02:23:23 +0000 (02:23 +0000)]
(copyright-names-regexp): Add custom group.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 16 Aug 2007 02:22:46 +0000 (02:22 +0000)]
*** empty log message ***

18 years ago(Asynchronous Processes): Clarify doc of start-file-process.
Richard M. Stallman [Thu, 16 Aug 2007 02:22:40 +0000 (02:22 +0000)]
(Asynchronous Processes): Clarify doc of start-file-process.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 16 Aug 2007 02:21:37 +0000 (02:21 +0000)]
*** empty log message ***

18 years ago(Fcommandp): Add parens to clarify.
Richard M. Stallman [Thu, 16 Aug 2007 02:21:29 +0000 (02:21 +0000)]
(Fcommandp): Add parens to clarify.

18 years ago(Fall_completions): Use enum for type of table.
Richard M. Stallman [Thu, 16 Aug 2007 02:20:58 +0000 (02:20 +0000)]
(Fall_completions): Use enum for type of table.

18 years ago(USAGE2): Improve text.
Richard M. Stallman [Thu, 16 Aug 2007 02:19:41 +0000 (02:19 +0000)]
(USAGE2): Improve text.

18 years agoAdd new user option `initial-buffer-choice'.
Juri Linkov [Thu, 16 Aug 2007 00:14:21 +0000 (00:14 +0000)]
Add new user option `initial-buffer-choice'.

18 years ago*** empty log message ***
Juri Linkov [Thu, 16 Aug 2007 00:11:29 +0000 (00:11 +0000)]
*** empty log message ***

18 years ago(mac-apple-event-map): Bind About Emacs menu item to about-emacs instead
Juri Linkov [Thu, 16 Aug 2007 00:10:58 +0000 (00:10 +0000)]
(mac-apple-event-map): Bind About Emacs menu item to about-emacs instead
of display-splash-screen.

18 years ago(menu-bar-help-menu): Bind About Emacs menu item to about-emacs instead of
Juri Linkov [Thu, 16 Aug 2007 00:10:39 +0000 (00:10 +0000)]
(menu-bar-help-menu): Bind About Emacs menu item to about-emacs instead of
display-splash-screen.

18 years ago*** empty log message ***
Juri Linkov [Wed, 15 Aug 2007 23:24:17 +0000 (23:24 +0000)]
*** empty log message ***

18 years ago(initialization): Change parent group from `internal'
Juri Linkov [Wed, 15 Aug 2007 23:22:43 +0000 (23:22 +0000)]
(initialization): Change parent group from `internal'
to `environment'.
(initial-buffer-choice): New variable.
(command-line): Revert 2007-07-02 change that sets
buffer-offer-save in *scratch* and enables auto-save in it.
(fancy-splash-text): Add links to existing items.  Add new items
with links for useful tasks.  Move information about Control-g to
fancy-splash-head.  Move "Emacs Guided Tour" to the end.
(fancy-splash-keymap): New variable.
(fancy-splash-last-input-event): Remove variable.
(fancy-splash-insert): Add processing of `:link' element.
(fancy-splash-head): Replace "Type Control-l to begin editing"
with "Type `q' to exit".
(fancy-splash-screens-1): Let-bind inhibit-read-only to t.
(fancy-splash-default-action, fancy-splash-special-event-action):
Remove functions.
(fancy-splash-quit): New function.
(fancy-splash-screens): Rename input arg from `hide-on-input' to
`static' and reverse the condition of its usage.  Don't preserve
original values of `minor-mode-map-alist',
`emulation-mode-map-alists', `special-event-map'.
Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
Remove processing of special events.  Use local key map
`fancy-splash-keymap'.  Set buffer to read-only.
(normal-splash-screen): Rename input arg from `hide-on-input' to
`static' and reverse the condition of its usage.
Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
Add links to existing items.  Add new items with links for useful
tasks.  Use local key map `fancy-splash-keymap'.
(display-splash-screen): Rename input arg from `hide-on-input' to
`static'.
(about-emacs): Add alias to display-splash-screen.
(command-line-1): Use `initial-buffer-choice'.

18 years ago(Basic Operations on Units): Clarify fraction mode behavior.
Jay Belanger [Wed, 15 Aug 2007 23:01:58 +0000 (23:01 +0000)]
(Basic Operations on Units): Clarify fraction mode behavior.

18 years ago(reset_var_on_error): Improve comment.
Stefan Monnier [Wed, 15 Aug 2007 20:05:40 +0000 (20:05 +0000)]
(reset_var_on_error): Improve comment.

18 years ago*** empty log message ***
Jay Belanger [Wed, 15 Aug 2007 15:47:45 +0000 (15:47 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jay Belanger [Wed, 15 Aug 2007 15:46:50 +0000 (15:46 +0000)]
*** empty log message ***

18 years ago(Basic Operations on Units): Mention exact versus inexact conversions.
Jay Belanger [Wed, 15 Aug 2007 15:44:04 +0000 (15:44 +0000)]
(Basic Operations on Units): Mention exact versus inexact conversions.

18 years ago(math-standard-units): Update values. Put in exact values when
Jay Belanger [Wed, 15 Aug 2007 15:42:58 +0000 (15:42 +0000)]
(math-standard-units): Update values.  Put in exact values when
possible.
(math-unit-prefixes): Replace floats with powers of ten.
(math-standard-units-systems): Replace floats with integers.
(math-make-unit-string): Remove extra spaces in output.

18 years agoComment previous change.
Glenn Morris [Wed, 15 Aug 2007 03:23:10 +0000 (03:23 +0000)]
Comment previous change.

18 years ago*** empty log message ***
Glenn Morris [Wed, 15 Aug 2007 03:20:17 +0000 (03:20 +0000)]
*** empty log message ***

18 years agoPhilippe Waroquiers <philippe.waroquiers at eurocontrol.int>
Glenn Morris [Wed, 15 Aug 2007 03:19:29 +0000 (03:19 +0000)]
Philippe Waroquiers  <philippe.waroquiers at eurocontrol.int>

(tty_default_color_capabilities): Explicitly initialize static
variables in file scope, to avoid HPUX compiler problem.

18 years ago(rmail-digest-parse-rfc1153sloppy): Be even sloppier, for the sake of
Glenn Morris [Wed, 15 Aug 2007 03:09:28 +0000 (03:09 +0000)]
(rmail-digest-parse-rfc1153sloppy): Be even sloppier, for the sake of
GNU Mailman.
(rmail-digest-rfc1153): Initialize `result' correctly.

18 years agowhitespace
Glenn Morris [Wed, 15 Aug 2007 03:09:04 +0000 (03:09 +0000)]
whitespace

18 years ago*** empty log message ***
Glenn Morris [Wed, 15 Aug 2007 03:07:50 +0000 (03:07 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Michaël Cadilhac [Wed, 15 Aug 2007 02:23:42 +0000 (02:23 +0000)]
*** empty log message ***

18 years ago(report-emacs-bug): Put `Bug: emacs-version; ' in the mail title.
Michaël Cadilhac [Wed, 15 Aug 2007 02:23:22 +0000 (02:23 +0000)]
(report-emacs-bug): Put `Bug: emacs-version; ' in the mail title.
Suggested by Reiner Steib.

18 years ago*** empty log message ***
Jay Belanger [Tue, 14 Aug 2007 15:08:06 +0000 (15:08 +0000)]
*** empty log message ***

18 years ago(Quick Calculator Mode): Mention that binary format will be displayed.
Jay Belanger [Tue, 14 Aug 2007 15:06:51 +0000 (15:06 +0000)]
(Quick Calculator Mode): Mention that binary format will be displayed.

18 years ago*** empty log message ***
Jay Belanger [Tue, 14 Aug 2007 14:52:51 +0000 (14:52 +0000)]
*** empty log message ***

18 years agocalc-aent.el
Jay Belanger [Tue, 14 Aug 2007 14:47:58 +0000 (14:47 +0000)]
calc-aent.el
calc-do-quick-calc: Add base 2 to the list of outputs of integers.

18 years ago(bad-packages-alist): Fix regexp typo in previous change.
Glenn Morris [Tue, 14 Aug 2007 08:48:09 +0000 (08:48 +0000)]
(bad-packages-alist): Fix regexp typo in previous change.

18 years agoMove CUA-mode check to `bad-packages-alist'.
Glenn Morris [Tue, 14 Aug 2007 08:41:06 +0000 (08:41 +0000)]
Move CUA-mode check to `bad-packages-alist'.

18 years ago*** empty log message ***
Glenn Morris [Tue, 14 Aug 2007 08:40:54 +0000 (08:40 +0000)]
*** empty log message ***

18 years agoMention `bad-packages-alist'.
Glenn Morris [Tue, 14 Aug 2007 07:47:12 +0000 (07:47 +0000)]
Mention `bad-packages-alist'.

18 years ago(bad-packages-alist): New constant.
Glenn Morris [Tue, 14 Aug 2007 07:41:59 +0000 (07:41 +0000)]
(bad-packages-alist): New constant.
(bad-package-check): New function.  Together, these two add
elements to `after-load-alist' to check for problematic external
packages.

18 years ago*** empty log message ***
Glenn Morris [Tue, 14 Aug 2007 07:41:16 +0000 (07:41 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jay Belanger [Tue, 14 Aug 2007 05:35:16 +0000 (05:35 +0000)]
*** empty log message ***